
.header{
	font-size: 0;
}
.header .logo{
	padding: 7px 0;
}
.header .logo a{
	display: block;
}
.header .logo img{
	height: 56px;
}
.header .nav{
	
}
.header .nav .yiji{
	
}
.header .nav .yiji>li{
	position: relative;
}
.header .nav .yiji>li>a{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	padding: 23px 32px;
	height: 70px;
	transition: all .2s;
}
.header .nav .yiji>li:hover>a,
.header .nav .yiji>li.active>a{
	color: #5ea7d7;
	border-bottom: 4px solid #5ea7d7;
}
.header .nav .yiji>li>.erji{
	display: none;
	position: absolute;
	z-index: 20;
	width: 100%;
	background: rgba(0,0,0,.45);
	left: 0;
	top: 70px;
}
.header .nav .yiji>li>.erji>li{
	
}
.header .nav .yiji>li>.erji>li>a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	height: 35px;
	line-height: 35px;
	transition: all .2s;
}
.header .nav .yiji>li>.erji>li:hover>a{
	color: #5ea7d7;
}

.footer{
	background: #494949;
}
.footer .footer1{
	padding: 40px 0 20px;
}
.footer .footer1 .fnav{
	font-size: 0;
	width: 534px;
}
.footer .footer1 .fnav li{
	text-align: center;
	width: 25%;
}
.footer .footer1 .fnav li h3{
	
}
.footer .footer1 .fnav li p{
	
}
.footer .footer1 .fnav li a{
	font-size: 14px;
	color: #d5d5d1;
	display: block;
	line-height: 30px;
}
.footer .footer1 .tel{
	width: 333px;
	padding-left: 50px;
	border-left: 2px solid #5d5d5d;
}
.footer .footer1 .tel .title{
	font-size: 18px;
	color: #d5d5d1;
}
.footer .footer1 .tel .en_title{
	font-size: 12px;
	color: #d5d5d1;
}
.footer .footer1 .tel .info{
	font-size: 12px;
	color: #d5d5d1;
	margin-top: 35px;
	margin-bottom: 15px;
	line-height: 24px;
}
.footer .footer1 .tel .phone{
	font-size: 24px;
	color: #ffffff;
	padding-left: 48px;
	line-height: 40px;
	background: url(../images/phone.png) no-repeat left center;
}
.footer .footer2{
	font-size: 12px;
	color: #d5d5d1;
	line-height: 38px;
	overflow: hidden;
	border-top: 2px solid #5d5d5d;
}
.footer .footer2 a{
	color: #d5d5d1;
}
.footer .footer2 .link{ clear: both; }
.footer .footer2 .link a{ float: left; margin-right: 5px;}